home *** CD-ROM | disk | FTP | other *** search
- -- card: 12008 from stack: in
- -- bmap block id: 12264
- -- flags: 0000
- -- background id: 8612
- -- name:
- ----- HyperTalk script -----
- on opencard
- show card field 1
- hide card button 2
- show card field hint
- end opencard
- on closecard
- show card field 1
- hide card button 2
- show card field hint
- end closeCard
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A004
- -- rect: left=138 top=286 right=335 bottom=313
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Click Here to See Answer
- ----- HyperTalk script -----
- on mouseUp
- hide card field 1
- show card button 2
- hide card field hint
- end mouseUp
-
-
- -- part 2 (button)
- -- low flags: 80
- -- high flags: A004
- -- rect: left=122 top=285 right=335 bottom=332
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Click Here to go to Next Card
- ----- HyperTalk script -----
- on mouseUp
- wait 10 ticks
- show card field 1
- visual dissolve to gray
- go to next card
- hide target
- end mouseUp
-
-
- -- part 3 (field)
- -- low flags: 01
- -- high flags: 0001
- -- rect: left=116 top=145 right=258 bottom=329
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: answerCover
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=477 top=312 right=337 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- hide card button 2
- show card field 1
- visual dissolve to gray
- go to next card
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=433 top=313 right=338 bottom=460
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- show card field 1
- hide card button 2
- set the lockscreen to true
- go to previous card
- show card field hint
- go to next card
- set the lockscreen to false
- visual dissolve fast to gray
- go to previous card
- end mouseUp
-
-
-
- -- part 6 (field)
- -- low flags: 01
- -- high flags: 0001
- -- rect: left=349 top=170 right=310 bottom=509
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: hint
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=5 top=297 right=337 bottom=49
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- answer "Go Home?" with "no" or "Yes"
- if it <> "Yes" then exit mouseup
- visual effect iris open
- go home
- show menubar
- end mouseUp
-
-